home *** CD-ROM | disk | FTP | other *** search
/ Multimedia Selection / Multimedia Selection Volume One - CD-ROM / MULTIMEDIA SELECTION____________.ISO / programz / c / clear.arj / MAKELIST.DOC < prev    next >
Encoding:
Text File  |  1989-08-21  |  785 b   |  17 lines

  1.         =================================================================
  2.                    INFORMATION ON THE "makelist.exe" PROGRAM
  3.         =================================================================
  4.  
  5.         MAKELIST.EXE is a program that can help you make "list" (or .L)
  6.         files from "make" or "project" files.
  7.  
  8.         It is invoked by typing "MAKELIST makefile [.ext]" (where ".ext"
  9.         is optional, defaulting to ".c").  This program produces a unique
  10.         list of "words" from the makefile, in the format required for the
  11.         CLEAR list files.  By typing "MAKELIST makefile [.ext] > filename"
  12.         you can save these filenames to a file.  Once this list file is
  13.         created, you can modify it or use as is in CLEAR operations.
  14.  
  15.  
  16.  
  17.